assertJobLogContains (assert job log contains message)

Syntax:

assertJobLogContains( msgId : timeLimit );

Description:

Checks whether the job log contains the specified message ID between NOW and timeLimit.
The value of timeLimit should be created with getFullTimeStamp().

Return value:

void

Example:

testStartTime = getFullTimeStamp();
// run the test, that is expected to add MCH1211 to the job log
assertJobLogContains( 'MCH1211' : testStartTime );